services.podman.networks.<name>.labels

The labels to apply to the network.

Type
attribute set of string
Default
{ }
Example
{
  app = "myapp";
  some-label = "somelabel";
}
Declared
<home-manager/modules/services/podman/linux/networks.nix>